projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4724a89
)
wayland: Mark private function as static
author
Emmanuele Bassi
<ebassi@gnome.org>
Fri, 28 Apr 2017 21:21:19 +0000
(22:21 +0100)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Fri, 28 Apr 2017 21:21:19 +0000
(22:21 +0100)
The selection_lookup_offer_by_atom() function is private to the file and
not used elsewhere.
gdk/wayland/gdkselection-wayland.c
patch
|
blob
|
history
diff --git
a/gdk/wayland/gdkselection-wayland.c
b/gdk/wayland/gdkselection-wayland.c
index b31af85139dbdf8551e21e46112d2682a75d4fc0..b98caa8ddfc23a3a6445a57bb252681cb891dae3 100644
(file)
--- a/
gdk/wayland/gdkselection-wayland.c
+++ b/
gdk/wayland/gdkselection-wayland.c
@@
-479,7
+479,7
@@
static const struct gtk_primary_selection_offer_listener primary_offer_listener
primary_offer_offer,
};
-SelectionData *
+
static
SelectionData *
selection_lookup_offer_by_atom (GdkWaylandSelection *selection,
GdkAtom selection_atom)
{